runtime.pageAlloc.allocRange (method)
3 uses
runtime (current package)
mheap.go#L1244: scav = h.pages.allocRange(base, npages)
mpagealloc.go#L570: func (p *pageAlloc) allocRange(base, npages uintptr) uintptr {
mpagealloc.go#L915: scav = p.allocRange(addr, npages)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)